StvDEV

 Components

  Handlers

  Localization

  Scenarios

  Threads

  UI

  Buttons

  Dialogs

  Fields

  UIMenu

  Close()

  Closed

  IsActive

  OnClose()

  OnOpen()

  Open()

  Opened

  UIMenuManager

  Trigger

 Drawing

 Extensions

 Inspector

 Patterns

 TextMeshPro

 Types

 Vibration

class UIMenu

UI Menu basic component.
AttributesMovedFrom(true, "StvDEV.StarterPack", "StvDEV.StarterPack", "GUIMenu"), HelpURL("https://docs.stvdev.pro/StvDEV/Components/UI/UIMenu/index.html")
VisibilityPublic
Modifiersabstract
ExtendsMonoBehaviour

Public methods

void Close()Close menu.
void Open()Open menu.

Protected methods

void OnClose()Defines the actions that occur when the window is closed.
void OnOpen()Defines the actions that occur when the window is opened.

Public properties

UnityEvent Closed Called when the menu is closed.
bool IsActive Returns whether this menu is active.
UnityEvent Opened Called when the menu is opened.